FileChooser: Update set_local_only() doc’s default
authorDaniel Boles <dboles@src.gnome.org>
Mon, 4 Dec 2017 15:09:53 +0000 (15:09 +0000)
committerDaniel Boles <dboles@src.gnome.org>
Thu, 14 Dec 2017 15:36:43 +0000 (15:36 +0000)
The property now defaults to FALSE, but the setter doc didn’t reflect it

While here, add a missing apostrophe too.

https://bugzilla.gnome.org/show_bug.cgi?id=791176

gtk/gtkfilechooser.c

index 4949cea35c8c68fa7719ca3b822e99894941d7d1..2611537cc16d52cb7988b92d7cdcf0fa314a3c20 100644 (file)
@@ -528,9 +528,9 @@ gtk_file_chooser_get_action (GtkFileChooser *chooser)
  * @local_only: %TRUE if only local files can be selected
  * 
  * Sets whether only local files can be selected in the
- * file selector. If @local_only is %TRUE (the default),
+ * file selector. If @local_only is %TRUE (the default is %FALSE),
  * then the selected file or files are guaranteed to be
- * accessible through the operating systems native file
+ * accessible through the operating systems native file
  * system and therefore the application only
  * needs to worry about the filename functions in
  * #GtkFileChooser, like gtk_file_chooser_get_filename(),